SixBit API Schema
ProductIDType Simple Type
Description
The product id. It is a unique identifier usually assigned by the manufacturer (i.e. part number, model number, etc.). When included as part of adding a sale, it is used to identify the item associated with the sale.
Namespace (none)
Type
Restriction of xs:string
Diagram
ProductIDType Simple Type
Overview
ProductIDType Restriction of xs:string
The product id. It is a unique identifier usually assigned by the manufacturer (i.e. part number, model number, etc.). When included as part of adding a sale, it is used to identify the item associated with the sale.
Facets
MaxLength100
MinLength0
Source
<xs:simpleType name="ProductIDType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The product id.  It is a unique identifier usually assigned by the manufacturer (i.e. part number, model number, etc.).   When included as part of adding a sale, it is used to identify the item associated with the sale.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="100" />
    <xs:minLength value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.